home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP17 / DDEPOP1.MAK < prev    next >
Encoding:
Text File  |  1996-01-01  |  338 b   |  13 lines

  1. #-----------------------
  2. # DDEPOP1.MAK make file
  3. #-----------------------
  4.  
  5. ddepop1.exe : ddepop1.obj ddepop1.res
  6.      $(LINKER) $(GUIFLAGS) -OUT:ddepop1.exe ddepop1.obj ddepop1.res $(GUILIBS)
  7.  
  8. ddepop1.obj : ddepop1.c ddepop.h
  9.      $(CC) $(CFLAGS) ddepop1.c
  10.  
  11. ddepop1.res : ddepop1.rc ddepop.ico
  12.      $(RC) $(RCVARS) ddepop1.rc
  13.